home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Apple Script / scripts / Canvas Scripts / enclosed Need Q-time movies / Master Script < prev    next >
Text File  |  1993-06-08  |  280b  |  12 lines

  1. on xxdelay of x
  2.     repeat with i from 1 to x
  3.         set yy to 1
  4.     end repeat
  5. end xxdelay
  6.  
  7. tell application "Canvas™ 3.0"
  8.     -- open document (file named "TheTicket:Desktop Folder:AppleScripts:Gustav CV File")
  9.     Configure External Object 4
  10.     xxdelay of 10
  11.     Configure External Object 6
  12. end tell